home *** CD-ROM | disk | FTP | other *** search
- Subject: Documentation Suggestion
- Sent: 6/20/96 2:59 PM
- Received: 6/24/96 8:26 AM
- From: Hutchings Software Development, hsd@earthlink.net
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Hi,
-
- I've done battle with offscreen drawing again, and have a
- documentation suggestion.
-
- For classes that wrap platform behavior, data structures, and/or API
- calls, it would be helpful if ODF Assistant had annotations for which
- parameters get passed through to which platform calls, and if (on the
- Mac) there were links to MTBA pages.
-
- Example: FW_CBitmap constructor
-
- FW_CBitmap( short width,
- short height,
- short pixelSize,
- FW_Palette palette = NULL);
-
- Since pixelSize is eventually passed to ::NewGWorld(), it would be
- useful to have a link to ::NewGWorld(). If I'd had that, I'd have
- quickly been reminded that "0" is usually the right value to pass.
-
- Instead, I fired up MacBrowse for ODF to dig through the code. That
- approach works fine, but takes a little more time.
-
- Brad
-
-
-
- Richard B. "Brad" Hutchings
- General Partner,
- Hutchings Software Development
-
- hsd@earthlink.net
-
-
-